-
Notifications
You must be signed in to change notification settings - Fork 450
Feature/credential provider service #3143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feature/credential provider service #3143
Conversation
…reateCredentialRequest
PhilippC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating the PR! Unfortunately I wasn't able to test it successfully. Do I need to enable anything first because KP2A now pops up as credential prodvider service in the CredentialManagerSample?
src/keepass2android-app/services/Kp2aCredentialProvider/Kp2aCredentialLauncherActivity.cs
Outdated
Show resolved
Hide resolved
I think you will need to enable the service in "Settings" > "Passwords, Passkeys and Accounts" |
98cc8f6 to
d0996d4
Compare
src/Kp2aBusinessLogic/IKp2aApp.cs
Outdated
| void RegisterPendingActionForContextInstance(int contextInstanceId, ActionOnOperationFinished actionToPerformWhenContextIsResumed); | ||
|
|
||
| /// <summary> | ||
| /// Use an App level (singletone) AotmicInteger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /// Use an App level (singletone) AotmicInteger | |
| /// Use an App level (singleton) AtomicInteger |
fix typos
…etCredentialRequest
d0996d4 to
7fb0c19
Compare
Initial implementation of credential provider service to store and return password credential.